object Form7: TForm7 Left = 200 Top = 108 BorderStyle = bsToolWindow Caption = 'Insert Mail URL' ClientHeight = 58 ClientWidth = 536 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 8 Top = 8 Width = 521 Height = 21 TabOrder = 0 Text = 'mailto:' end object BitBtn1: TBitBtn Left = 8 Top = 32 Width = 257 Height = 25 Caption = '&Insert' TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 272 Top = 32 Width = 257 Height = 25 Caption = '&Abort' TabOrder = 2 OnClick = BitBtn2Click end end